home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Frames of Reference / background_2659.txt < prev    next >
Text File  |  1990-04-02  |  596b  |  30 lines

  1. -- background: 2659 from stack: in
  2. -- bmap block id: 6631
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   hide menubar
  9. end openBackground
  10.  
  11.  
  12.  
  13.  
  14. -- part 2 (field)
  15. -- low flags: 80
  16. -- high flags: 0004
  17. -- rect: left=16 top=37 right=258 bottom=400
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 3
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Help
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   set the visible of field "help" to not the visible of field "help"
  29. end mouseUp
  30.